home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / port / dec / machine.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  170 b   |  13 lines

  1.  
  2. /*
  3.  *  $Header: /private/postgres/src/port/dec/RCS/machine.h,v 1.1 1990/08/22 11:49:23 choi Exp $
  4.  */
  5.  
  6. #ifndef MACHINE_H
  7. #define MACHINE_H
  8.  
  9. #define BLCKSZ    8192
  10.  
  11. #endif
  12.  
  13.